export declare function stringInterpolation(variables: { [key: string]: string; }, body: string, data: any): Promise; export declare const cidePath: { join: (path: string[]) => string; }; export declare const generateRandomAlphanumericString: (length: number) => string; export declare const generateStringFromObject: (object: any) => string; export declare const generateObjectFromString: (string: string) => any;