/** * Get custom extensions action * Calls the getCustomExtensions action on the parent window */ import type { GetCustomExtensions } from "./types"; export declare const getCustomExtensions: GetCustomExtensions;