/** Returns the object type of the given payload */
export declare function getType(payload: unknown): string;
