export type getCloudrunEndpointInput = { cloudRunUrl?: string | null; serviceName?: string | null; region?: string; }; export declare const getCloudrunEndpoint: ({ cloudRunUrl, serviceName, region, }: getCloudrunEndpointInput) => Promise;