export declare const stripFileProtocol: (filePath: string) => string; export declare const paperclipSourceGlobPattern: (dir: string) => string; export declare const paperclipResourceGlobPattern: (dir: string) => string; export declare const isGeneratedPaperclipFile: (filePath: string) => boolean; export declare const isPaperclipFile: (filePath: string) => boolean; export declare const isPaperclipResourceFile: (filePath: string) => boolean; export declare const isCSSFile: (filePath: string) => boolean; export declare const getScopedCSSFilePath: (filePath: string) => string;