/**
 * Returns a mock of a certain type
 */
export declare function transform<T, R = T>(partial: Partial<T>): R;
