export declare const encodeBase64Url: (input: string) => string;
export declare const decodeBase64Url: (input: string) => string;
