3 lines
112 B
TypeScript

export declare const encode64: (str: string) => string;
export declare const decode64: (str: string) => string;