export declare const stringLiteralsArray: <T extends string>(...args: T[]) => T[];
