export declare const defaultAssetExts: string[];
export declare const imageExts: string[];
export declare const gifExts: string[];
export declare const videoExts: string[];
export declare const audioExts: string[];
export declare const defaultCodeExts: string[];
export declare const getExtensionsPattern: (extensions?: string[]) => string[];
