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