/**
 * The encryption key name cannot be one of the reserved words.
 */
export declare const keyNames: string[];
/**
 * The encryption key name cannot be one of the reserved words.
 */
export declare const keyNamesForCipheredVariable: string[];
/**
 * The encryption key name cannot be one of the reserved words.
 */
export declare const keyNamesForPlainTextVariable: string[];
