/**
 * Get settings from local configuration file.
 *
 * @param entry Path to the publish directory.
 */
export declare function generateCsp(entry: string): Promise<string>;
