import { Program, Interface, Operation } from "@typespec/compiler"; export type MsGraphAddressUrl = Record; export type MsGraphPassthroughAddressUrl = Record; export declare function getMsGraphAddressUrl(program: Program, target: Interface | Operation): MsGraphAddressUrl | undefined; export declare function getMsGraphAddressUrlMsa(program: Program, target: Interface | Operation): MsGraphAddressUrl | undefined; export declare function getMsGraphPassthroughAddressUrl(program: Program, target: Interface): MsGraphPassthroughAddressUrl | undefined; export declare function getMsGraphPassthroughAddressUrlMsa(program: Program, target: Interface): MsGraphPassthroughAddressUrl | undefined; //# sourceMappingURL=address-url.d.ts.map