export declare const replaceAll: (str: string, find: string, replace: string) => string;
export declare const getImageDimensions: (file: any) => Promise<unknown>;
export declare const getValFromPath: (project: any, path: string) => any;
export declare const jsonParse: (_string: any) => any;
