export declare class Utils {
    static separateBase64(base64: string): string;
    static verifyTypes(type: string, types: string[]): boolean;
}
