export { CustomLocationArgs, CustomLocationState } from "./customLocation"; export type CustomLocation = import("./customLocation").CustomLocation; export declare const CustomLocation: typeof import("./customLocation").CustomLocation; export { GetCustomLocationArgs, GetCustomLocationResult, GetCustomLocationOutputArgs } from "./getCustomLocation"; export declare const getCustomLocation: typeof import("./getCustomLocation").getCustomLocation; export declare const getCustomLocationOutput: typeof import("./getCustomLocation").getCustomLocationOutput;