export declare const documentApi: { upload(file: string, blob: File, restaurantId?: string): Promise; view(file: string, restaurantId?: string | null): Promise; adminView(file: string, businessId: string, restaurantId?: string | null): Promise; };