import { Observable } from 'rxjs';
export declare class NonceGenerator {
    static generateNonce(): Observable<string>;
}
