export declare function mockRequest({ delay }: { delay: number; }): Promise<{ label: string; value: string; }[][]>;