/**
 * Test install credentials
 * @author Gabe Abrams
 */
declare const TEST_INSTALL_CREDS: {
    key: string;
    secret: string;
};
export default TEST_INSTALL_CREDS;
