export declare const expand: <T extends string = string>(expandTarget: T[], expandWith: T[]) => T[];
