/// <reference types="jest" />
export declare const EncodingType: {
    Base64: string;
    UTF8: string;
};
export declare const getInfoAsync: jest.Mock<any, any, any>;
export declare const readAsStringAsync: jest.Mock<any, any, any>;
