import { KeyType } from '../types/key';
declare function base(keyType: KeyType, host?: string): string;
declare function drive(keyType: KeyType, host?: string): string;
declare const _default: {
    base: typeof base;
    drive: typeof drive;
};
export default _default;
