export { GetGeographicalLocationArgs, GetGeographicalLocationResult, GetGeographicalLocationOutputArgs } from "./getGeographicalLocation"; export declare const getGeographicalLocation: typeof import("./getGeographicalLocation").getGeographicalLocation; export declare const getGeographicalLocationOutput: typeof import("./getGeographicalLocation").getGeographicalLocationOutput; export { ProfileArgs, ProfileState } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile;