export declare function assertIsFunction(input: unknown, error?: string | Error): asserts input is Function;