import { IContext } from '../interfaces/context';
export declare const base64: (s: string | number | boolean) => string;
export declare const format: (s: string, c: IContext) => string;
export declare const uri = "data:application/vnd.ms-excel;base64,";
export declare const template: string;
