export declare const replaceNames: (content: string, names: string[]) => string; export declare const replaceSize: (content: string, size: number) => string; export declare const replacePlatform: (content: string, platform: string) => string; export declare const replaceIsRpx: (content: string, useRpx: boolean) => string; export declare const replaceDesignWidth: (content: string, designWidth: any) => string; export declare const replaceRelativePath: (content: string, saveDir: string) => string;