/** Reads the non-secret task id embedded in a private task inbox token. */
export declare function readTaskIdFromInboxToken(token: string): string | undefined;
