import yaml from 'js-yaml'; export declare const BANG_AMAZON_FUNCS: string[]; export declare const EXPLICIT_AMAZON_FUNCS: string[]; declare const yamlSchema: yaml.Schema; /** * Test the function key to make sure it's something we should process. */ export declare function isOurExplicitFunction(testKeyForFunc: string): boolean; export default yamlSchema; //# sourceMappingURL=schema.d.ts.map