/**
 * An operation result was requested, but the operation is still running.
 *
 * @experimental
 */
export declare class OperationStillRunningError extends Error {
    /**
     * Construct a new {@link OperationStillRunningError}.
     *
     * @experimental
     */
    constructor();
}
