export declare function concatKeys(first: string | number | null | undefined, second: string | null | undefined | number): string;