import { IAWSError, IAugmentedError, IErrorTemplate, IParameterObject } from './interfaces'; export * from './interfaces/index'; export * from './types/index'; export declare const compile: (template: IErrorTemplate, knownParameters?: IParameterObject) => { (missingParameters: IParameterObject, cause?: Error | IAWSError): IAugmentedError; (cause: Error | IAWSError): IAugmentedError; }; //# sourceMappingURL=module.d.ts.map