export declare const script: (context: Context) => {
    test: RegExp;
    exclude: ((filepath: string) => boolean)[];
    use: any[];
};
