export declare const parsePoolId: (value: string) => number;
export declare const parseMnemonic: (value: string) => string;
export declare const parseKeyfile: (value: string) => string;
export declare const parseDesiredStake: (value: string) => string;
export declare const parseNetwork: (value: string) => string;
