export declare class JhiBase64Service {
    private keyStr;
    encode(input: any): string;
    decode(input: any): string;
}
