import { CodeModel } from "@autorest/codemodel";
export interface PathDetails {
}
export type Paths = Map<string, PathDetails>;
export declare function getAllPaths(model: CodeModel): Paths;
//# sourceMappingURL=paths.d.ts.map