/**
 * This is a derivative work of https://github.com/payid-org/payid/blob/master/src/config.ts
 */
export declare class ParsedPayID {
    constructor(host: string, path: string);
    host: string;
    path: string;
}
