import type { FileAndPaths } from '../types/deploy';
export declare const splitSourceFiles: (files: FileAndPaths[]) => [FileAndPaths[], FileAndPaths[]];
