/** * Get refunds action * Calls the getRefunds action on the parent window */ import type { GetRefunds } from "./types"; export declare const getRefunds: GetRefunds;