export declare const DASHBOARD_CSP_NONCE_PLACEHOLDER = "__OPENWA_CSP_NONCE__";
export declare function injectDashboardCspNonce(html: string, nonce: string): string;
