export declare function getModuleValues(locale: string): {
    constructor?: Function | undefined;
    toString?: (() => string) | undefined;
    toLocaleString?: (() => string) | undefined;
    valueOf?: (() => Object) | undefined;
    hasOwnProperty?: ((v: PropertyKey) => boolean) | undefined;
    isPrototypeOf?: ((v: Object) => boolean) | undefined;
    propertyIsEnumerable?: ((v: PropertyKey) => boolean) | undefined;
    '@app/authenticationCookieName': null;
    '@app/basePath': string;
    '@app/apiBasePath': string;
    '@app/publicApiBasePath': string;
    '@app/routes': any;
    '@app/brandingProperties': any;
    '@app/guestUuidCookieName': string;
    '@app/isDesignMode': boolean;
    '@app/isPreviewMode': boolean;
    '@app/isMobileAppMode': boolean;
    '@app/viewToThemeLayoutMap': {};
    '@salesforce/commerce/webstoreId': string;
    '@salesforce/community/basePath': string;
    '@salesforce/site/Id': string;
    '@salesforce/user/isGuest': boolean;
    '@salesforce/user/Id': null;
    '@salesforce/site/activeLanguages': any;
};
export declare function generateModules(locale?: string): {
    constructor?: Function | undefined;
    toString?: (() => string) | undefined;
    toLocaleString?: (() => string) | undefined;
    valueOf?: (() => Object) | undefined;
    hasOwnProperty?: ((v: PropertyKey) => boolean) | undefined;
    isPrototypeOf?: ((v: Object) => boolean) | undefined;
    propertyIsEnumerable?: ((v: PropertyKey) => boolean) | undefined;
    '@app/authenticationCookieName': null;
    '@app/basePath': string;
    '@app/apiBasePath': string;
    '@app/publicApiBasePath': string;
    '@app/routes': any;
    '@app/brandingProperties': any;
    '@app/guestUuidCookieName': string;
    '@app/isDesignMode': boolean;
    '@app/isPreviewMode': boolean;
    '@app/isMobileAppMode': boolean;
    '@app/viewToThemeLayoutMap': {};
    '@salesforce/commerce/webstoreId': string;
    '@salesforce/community/basePath': string;
    '@salesforce/site/Id': string;
    '@salesforce/user/isGuest': boolean;
    '@salesforce/user/Id': null;
    '@salesforce/site/activeLanguages': any;
};
//# sourceMappingURL=app-modules.d.ts.map