/**
 * Removes the "node:" prefix from the id of a builtin module.
 */
export declare function removeNodePrefix(id: string): string;
