export declare function sameStringList(first?: readonly string[], second?: readonly string[]): boolean;
