export declare function assertIsOptionalSymbol(input: unknown, error?: string | Error): asserts input is symbol | undefined;