export declare const camelToUnderscore: (key: string) => string; export declare const completionURL: (engine: string) => string;