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