export declare const _: (n: number) => string; export declare const join: (separator: string) => (array: (string | null)[]) => string | null;