import { ParsePartitionKeyResult } from './ParsePartitionKey.types'; export declare function parsePartitionKey(type: string): ParsePartitionKeyResult;