import type { LambdaEndpoint } from "../runtime/rapidApi";
export declare const parseFuncUrl: (lambda: any) => LambdaEndpoint | undefined;
