import IPlatform from '../IPlatform';
export type IFiles = {
    [K in IPlatform | 'all']: ReadonlyArray<string>;
};
export declare namespace IFiles {
    const empty: IFiles;
}
export default IFiles;
