export { AppArgs } from "./app"; export type App = import("./app").App; export declare const App: typeof import("./app").App; export { AuthorizedCertificateArgs } from "./authorizedCertificate"; export type AuthorizedCertificate = import("./authorizedCertificate").AuthorizedCertificate; export declare const AuthorizedCertificate: typeof import("./authorizedCertificate").AuthorizedCertificate; export { DomainMappingArgs } from "./domainMapping"; export type DomainMapping = import("./domainMapping").DomainMapping; export declare const DomainMapping: typeof import("./domainMapping").DomainMapping; export { GetAppArgs, GetAppResult, GetAppOutputArgs } from "./getApp"; export declare const getApp: typeof import("./getApp").getApp; export declare const getAppOutput: typeof import("./getApp").getAppOutput; export { GetAuthorizedCertificateArgs, GetAuthorizedCertificateResult, GetAuthorizedCertificateOutputArgs } from "./getAuthorizedCertificate"; export declare const getAuthorizedCertificate: typeof import("./getAuthorizedCertificate").getAuthorizedCertificate; export declare const getAuthorizedCertificateOutput: typeof import("./getAuthorizedCertificate").getAuthorizedCertificateOutput; export { GetDomainMappingArgs, GetDomainMappingResult, GetDomainMappingOutputArgs } from "./getDomainMapping"; export declare const getDomainMapping: typeof import("./getDomainMapping").getDomainMapping; export declare const getDomainMappingOutput: typeof import("./getDomainMapping").getDomainMappingOutput; export { GetIngressRuleArgs, GetIngressRuleResult, GetIngressRuleOutputArgs } from "./getIngressRule"; export declare const getIngressRule: typeof import("./getIngressRule").getIngressRule; export declare const getIngressRuleOutput: typeof import("./getIngressRule").getIngressRuleOutput; export { GetVersionArgs, GetVersionResult, GetVersionOutputArgs } from "./getVersion"; export declare const getVersion: typeof import("./getVersion").getVersion; export declare const getVersionOutput: typeof import("./getVersion").getVersionOutput; export { IngressRuleArgs } from "./ingressRule"; export type IngressRule = import("./ingressRule").IngressRule; export declare const IngressRule: typeof import("./ingressRule").IngressRule; export { VersionArgs } from "./version"; export type Version = import("./version").Version; export declare const Version: typeof import("./version").Version; export * from "../../types/enums/appengine/v1beta";