/** * Retrieve the nonce passed by our Docker base image. * @returns A nonce that can be used to perform operations that are disabled in * our CSP by default. */ export declare function getNonce(): string | undefined;