import { Program, Type } from "@typespec/compiler";
export declare function getPageable(program: Program, entity: Type): string | undefined;
