export declare function getCopyPatterns(assets: any[]): {
    context: any;
    to: any;
    from: any;
    globOptions: {
        ignore: any[];
        dot: boolean;
    };
}[];
