import { Context } from "../interfaces/context";
export declare function base64(uriComponent: string | number | boolean): string;
export declare function format(s: string, c: Context): string;
export declare const uri = "data:application/vnd.ms-excel;base64,";
export declare const template: string;
export { default as createTable } from "./create-table";
