/**
 * Words that will not be flagged by write-good-comments.
 */
export declare const whitelist: string[];
export default whitelist;
