/// <reference types="node" />
export declare function atobuff(base64: string): Buffer;
export declare function atob(base64: string): string;
export declare function btoa(ascii: string): string;
//# sourceMappingURL=util.d.ts.map