export declare const zeroX: (input: string) => string; export declare const noZeroX: (input: string) => string; export declare function zeroXTransformer(input: string, zeroOutput: boolean): string; export declare const didPrefixed: (input: string) => string; export declare const noDidPrefixed: (input: string) => string; export declare function didTransformer(input: string, prefixOutput: boolean): string; export declare const didZeroX: (input: string) => string;