export declare const credentials: {
    wordpressApi: {
        url: string;
        allowUnauthorizedCerts: boolean;
        username: string;
        password: string;
    };
};
//# sourceMappingURL=credentials.d.ts.map