import { ExampleFunctionResponse } from './exampleFunction.type';
export declare const handler: () => Promise<ExampleFunctionResponse>;
