export * from './auth0/index.ts'; export * from './domain/index.ts'; export * from './iam/index.ts'; export * from './lambda/index.ts'; export * from './mongodb/index.ts'; export * from './postgres/index.ts'; export * from './rest/index.ts'; export * from './s3/index.ts'; export * from './website/index.ts'; export * from './websocket/index.ts'; export declare const mstuercke: { auth0: { Auth0: typeof import("./auth0/Auth0.ts").Auth0; }; domain: { getDomain: (options: import("./domain/getDomain.ts").DataDomainOptions) => Promise; }; iam: { SimpleIamRolePolicy: typeof import("./iam/SimpleIamRolePolicy.ts").SimpleIamRolePolicy; }; lambda: { NodeLambdaFunction: typeof import("./lambda/NodeLambdaFunction.ts").NodeLambdaFunction; LambdaCronTrigger: typeof import("./lambda/LambdaCronTrigger.ts").LambdaCronTrigger; }; mongodb: { MongoDBCustomInstance: typeof import("./mongodb/MongoDBCustomInstance.ts").MongoDBCustomInstance; MongoDBDefaultInstance: typeof import("./mongodb/MongoDBDefaultInstance.ts").MongoDBDefaultInstance; MongoDBUser: typeof import("./mongodb/MongoDBUser.ts").MongoDBUser; }; postgres: { Postgres: typeof import("./postgres/Postgres.ts").Postgres; }; rest: { RestApi: typeof import("./rest/RestApi.ts").RestApi; }; s3: { PublicS3Bucket: typeof import("./s3/PublicS3Bucket.ts").PublicS3Bucket; }; website: { StaticWebsite: typeof import("./website/StaticWebsite.ts").StaticWebsite; }; websocket: { WebsocketApi: typeof import("./websocket/WebsocketApi.ts").WebsocketApi; }; };