/**
 * @ignore
 */
export declare function identity(x: any): any;
/**
 * @ignore
 */
export declare function identityAsync(x: any): Promise<any>;
