export type FnCallParam = string | string[] | readonly string[];
export type FnCallParams = FnCallParam[] | readonly FnCallParam[] | never[];
export type FnParamsExpand = string[][];
export declare function expandFFIParamArray(input: FnCallParams): FnParamsExpand;
//# sourceMappingURL=ffi.d.ts.map