export declare class SecurityCodeBufferService {
    private static securityCode?;
    static gen(): void;
    static compare(securityCode: string): boolean;
}
