export interface IS3Event { bucket: string; type: [string, string]; rules?: any[]; } export declare const parseS3: (event: any, provider: Record) => IS3Event | undefined;