/** * Get customers action * Calls the getCustomers action on the parent window */ import type { GetCustomers } from "./types"; export declare const getCustomers: GetCustomers;