export function render(template: any, variables: any, fallback: any): any; export class BindableHTMLElement extends HTMLElement { bindEvents(bindings: any): void; } export namespace utils { function snakeToCamel(str: any): any; } export namespace types { export function choiceAmong(choices: any, value: any): boolean; export function boolean(value: any): any; export function string(value: any): string; export function number(value: any): number; export function _function(value: any): any; export { _function as function }; } //# sourceMappingURL=rubbercement.d.ts.map